home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / Ultra Defrag 2 / ultradefrag-2.0.0.bin.i386.exe / FAQ.TXT < prev    next >
Text File  |  2008-10-19  |  4KB  |  82 lines

  1. Frequently Asked Questions
  2.  
  3. Q.: Why configuration files editing is better than settings window with tabs?
  4.     
  5. A.: This way is more reliable. The settings window was nothing more 
  6.     than a specialized editor. But we have thousands of free universal text 
  7.     editors including standard Notepad. Use your favorite text editor for 
  8.     configuration editing and enjoy!
  9.  
  10.     They were removed few hundred lines of source code related to old settings 
  11.     window. Less code we have less bugs we have!!
  12.  
  13. Q.: How can I disable boot time defragmenter manually?
  14.  
  15. A.: If something is wrong and boot-off script does not work properly, remove 
  16.     the defrag_native entry from the following Registry parameter manually:
  17.  
  18.     HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\BootExecute
  19.  
  20. Q.: Why UD doesn't work on x64 Vista with Service Pack 1?
  21.  
  22. A.: This version of Windows needs driver signature (from Microsoft) to load 
  23.     program's engine. Bill Gates thinks that you are so stupid that you can't 
  24.     decide, load the driver without signature or not. Therefore you can't allow 
  25.     that though you are a system administrator and maybe payed few hunreds 
  26.     of dollars for a Windows license.
  27.  
  28.     THE DRIVER SIGNATURE IS COMPLETELY INCOMPATIBLE WITH GPL!!!
  29.     Because we need a new signature for each new build. Therefore I will never 
  30.     try to get them for UD driver.
  31.  
  32. Q.: I've seen message "Can't load ultradfg driver!" on Windows Vista. I think 
  33.     that Vista is preventing this driver from loading because the signature
  34.     check is enabled.  How can I disable it?
  35.  
  36. A.: Thanks to Christopher Naegel for providing the following instructions:
  37.     1. Open a command line with admin-rights:
  38.           Start -> execute -> CMD (with admin rights).
  39.     2. Type:
  40.           bcdedit /set loadoptions "DDISABLE_INTEGRITY_CHECKS"
  41.           bcdedit /set nointegritychecks ON
  42.     3. Close the command prompt and start group policy editor:
  43.           Start -> execute -> gpedit.msc
  44.     4. Go to:
  45.           User Configuration -> Administrative Templates -> System ->
  46.           Driver Installation -> Code Signing for device drivers
  47.     5. Enable this policy and set it to Ignore state.
  48.  
  49. Q.: How many differencies are between the Ultra Defragmenter and 
  50.     well known JkDefrag application?
  51.     
  52. A.: Analysis algorithm is generally the same. But defragmentation is done 
  53.     in different ways. JkDefrag tries to optimize files placement using 
  54.     original algorithm that is complex enough. On the other hand, Ultra 
  55.     Defragmenter is simple as possible - it tries to move all fragmented 
  56.     files to free space areas. Nothing more. 'Compact' option was added to 
  57.     give you an ability to move all files to the beginning of the volume to 
  58.     enlarge free space areas for future defragmentation success.
  59.  
  60.     The best advantages of the Ultra Defragmenter are an ability to defragment 
  61.     system files at boot time and well readable reports. Also our program has 
  62.     a nice GUI that is very important for many peoples. At the same time 
  63.     advanced users can use console interface that is a little bit faster 
  64.     because don't use any cluster map representation.
  65.  
  66.     The main disadvantage of both applications (Ultra Defragmenter and JkDefrag) 
  67.     is that they are based on MS defragmenting interface that has very ugly 
  68.     implementation. We can't change it's behavior because it's a part of the 
  69.     filesystem drivers (ntfs.sys, fastfat.sys) that are too complex and not 
  70.     open source to modify or replace them.
  71.  
  72. Q.: How can I use filters?
  73.  
  74. A.: The include field is where you enter substring expressions that match
  75.     file names (incl. path) that you want to defragment. And the exclude field
  76.     expressions disable defragmentation of matching files. You can enter 
  77.     multiple expressions, separating each with a semicolon (;).
  78.     The next field in the form is captioned 'Ignore files greater than.' Files
  79.     over this size are not dedragmented. You may specify sizes with the following 
  80.     suffixes: (Kb | Mb | Gb | Tb).
  81.  
  82.